home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / OBJ3D01.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1995-07-16  |  2.3 KB  |  90 lines

  1. ********************************************
  2.  
  3.       OBJECT3D SAMPLES
  4.       V0.1
  5.       14-July-1995
  6. ********************************************
  7.  
  8. This some samples program made with Object3D.
  9.  
  10. Object3D is a C++ librarie used to draw real time
  11. 3D Objects. But you can use it with other languages
  12. than C++.
  13.  
  14. Installations:
  15.  
  16. Run the setup.exe executable and follow the instructions.
  17.  
  18. Setup will also install if necessary the WinG DLL. If
  19. something goes wrong, maybe you could try to get WinG
  20. (at ftp.microsoft.com) and install it.
  21.  
  22. Samples:
  23.  
  24. There is 3 samples:
  25.  
  26. M3D.EXE
  27.  
  28. A C++ application, using the MFC classes. This application
  29. allow you to load objects, to rotate them (using the right
  30. and left mousbutton) to move them (right+left mousebutton)
  31. and to change the background. Note that if you want to
  32. but a background (using the background item of the option 
  33. menu) you have to specifie the name of a gif file and
  34. an option different than backg_none.
  35. You can also play with differents attributes of the librairie.
  36.  
  37. SIMPLE.EXE
  38. It's a simple C application used to show the usage from C,
  39. with a DLL.
  40.  
  41. VBTEST.EXE
  42. A 100% visual basic application. Object3D is also available
  43. as a VBX, so you can use it from you VB application. This
  44. is a collection of example of what it's possible to do
  45. from Visual Basic with Object3D. 
  46.  
  47.  
  48. Copyright:
  49.  
  50. Object3D IS NOT PUBLIC DOMAIN. These samples are free, you can
  51. spread them, but don't try to steal some code. 
  52. I don't know at the moment the type of distribution of this
  53. library (commercial, shareware,...)
  54.  
  55. Object3D:
  56.  
  57. Now, just some inforamtion about this librarie:
  58.  
  59. * Real Time 3D Display
  60. * Texture Mapping
  61. * Light: Ambiant, Shading and Gouraud
  62. * Transparent Mapping
  63. * Load and Save Objects to disk
  64. * Hierarchical objects.
  65. * Add others kind of basic items by subclassing classes.
  66. * Can be used from C (.DLL)
  67. * With VisualBasic, a VBX allow you to add 3D objects in
  68.   you forms without writing one line of code.
  69.  
  70. Available on:
  71.  * Windows : C++ classes
  72.              DLL (C,...)
  73.              VBX (Visual Basic)
  74.  * DOS     : C++
  75.  * Unix/X-Windows: planned
  76.  
  77.  
  78. I'm looking for commercial partners for this librairie!
  79.  
  80. For more information, write to:
  81.  
  82. Thomas LANDSPURG
  83. 91,Bvd de la Reine
  84. 78000 VERSAILLES
  85. FRANCE
  86.  
  87. E-Mail: tomsoft@worldnet.net
  88.  
  89.  
  90.